API ListutilstoUtf8Version: 6.3.0On this pagetoUtf8 <src> Helper function that will convert HEX to UTF8. Usage TronWeb.toUtf8(value); Parameters ParameterDescriptionData TypevalueA hex stringString Return String - The UTF8 value of the passed in hex string. Example TronWeb.toUtf8("0x74657374");'test'